Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2025

This PR contains the following updates:

Package Type Update Change
kubernetes.core galaxy-collection major 3.0.1 -> 6.2.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ansible-collections/kubernetes.core (kubernetes.core)

v6.2.0

Compare Source

v6.1.0

Compare Source

======

Release Summary

This release adds plain_http and take_ownership parameters for helm modules, support for hidden_fields in k8s_json_patch, documented lack of idempotency support in helm_registry_auth with helm ≥ 3.18.0, and improved k8s_rollback test coverage.

Minor Changes

  • Module helm_registry_auth do not support idempotency with helm >= 3.18.0 (#​946)
  • Module k8s_json_patch - Add support for hidden_fields (#​964).
  • helm - Parameter plain_http added for working with insecure OCI registries (#​934).
  • helm - Parameter take_ownership added (#​957).
  • helm_pull - Parameter plain_http added for working with insecure OCI registries (#​934).
  • helm_template - Parameter plain_http added for working with insecure OCI registries (#​934).

Bugfixes

  • module_utils/k8s/service - hide fields first before creating diffs (#​915).

v6.0.0

Compare Source

======

Release Summary

This major release removes the deprecated k8s inventory plugin and also removes ansible-core<2.16 support.

Breaking Changes / Porting Guide

  • Remove deprecated k8s invetory plugin (#​867).
  • Remove support for ansible-core<2.16 (#​867).

v5.4.1

Compare Source

======

Release Summary

This release includes bugfixes for k8s service field handling, k8s_cp init containers support, and removes deprecated ansible.module_utils.six imports.

Bugfixes

  • Remove ansible.module_utils.six imports to avoid warnings (#​998).
  • Update the k8s_cp module to also work for init containers (#​971).
  • module_utils/k8s/service - hide fields first before creating diffs (#​915).

v5.4.0

Compare Source

======

Release Summary

This release updates the helm_registry_auth module to match the behavior of helm >= 3.18.0 which reports a successful logout regardless of the current state (i.e., no idempotency).

Minor Changes

  • Module helm_registry_auth does not support idempotency with helm >= 3.18.0 (#​946)

v5.3.0

Compare Source

======

Release Summary

This release includes minor changes, bug fixes and also bumps ansible-lint version to 25.1.2.

Minor Changes

  • Bump version of ansible-lint to 25.1.2 (#​919).
  • action/k8s_info - update templating mechanism with changes from ansible-core 2.19 (#​888).
  • helm - add reset_then_reuse_values support to helm module (#​803).
  • helm - add support for insecure_skip_tls_verify option to helm and helm_repository(#​694).

Bugfixes

  • module_utils/k8s/service - fix issue when trying to delete resource using delete_options and check_mode=true (#​892).

v5.2.0

Compare Source

======

Release Summary

This release adds more functionality to the hidden_fields option and support for waiting on ClusterOperators to reach a ready state.

Minor Changes

  • k8s - Extend hidden_fields to allow the expression of more complex field types to be hidden (#​872)
  • k8s_info - Extend hidden_fields to allow the expression of more complex field types to be hidden (#​872)
  • waiter.py - add ClusterOperator support. The module can now check OpenShift cluster health by verifying ClusterOperator status requiring 'Available: True', 'Degraded: False', and 'Progressing: False' for success. (#​869)

v5.1.0

Compare Source

======

Release Summary

This release came with new module helm_registry_auth, improvements to the error messages in the k8s_drain module, new parameter insecure_registry for helm_template module and several bug fixes.

Minor Changes

  • Bump version of ansible-lint to minimum 24.7.0 (#​765).
  • Parameter insecure_registry added to helm_template as equivalent of insecure-skip-tls-verify (#​805).
  • k8s_drain - Improve error message for pod disruption budget when draining a node (#​797).

Bugfixes

  • helm - Helm version checks did not support RC versions. They now accept any version tags. (#​745).
  • helm_pull - Apply no_log=True to pass_credentials to silence false positive warning. (#​796).
  • k8s_drain - Fix k8s_drain does not wait for single pod (#​769).
  • k8s_drain - Fix k8s_drain runs into a timeout when evicting a pod which is part of a stateful set (#​792).
  • kubeconfig option should not appear in module invocation log (#​782).
  • kustomize - kustomize plugin fails with deprecation warnings (#​639).
  • waiter - Fix waiting for daemonset when desired number of pods is 0. (#​756).

New Modules

  • helm_registry_auth - Helm registry authentication module

v3.3.1

Compare Source

======

Release Summary

This release fixes the CI issues with the linters workflow.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Jun 3, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.31s
✅ REPOSITORY git_diff yes no no 0.05s
✅ REPOSITORY secretlint yes no no 3.65s
✅ YAML prettier 1 0 0 0.36s
✅ YAML yamllint 1 0 0 0.58s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot changed the title feat(ansible)!: Update kubernetes.core ( 3.0.1 → 6.0.0 ) feat(ansible)!: Update kubernetes.core ( 3.0.1 → 6.1.0 ) Aug 12, 2025
@renovate renovate bot force-pushed the renovate/nas-1-kubernetes.core-6.x branch from 8f58b4b to 0df97c7 Compare August 12, 2025 22:09
| datasource        | package         | from  | to    |
| ----------------- | --------------- | ----- | ----- |
| galaxy-collection | kubernetes.core | 3.0.1 | 6.2.0 |
@renovate renovate bot changed the title feat(ansible)!: Update kubernetes.core ( 3.0.1 → 6.1.0 ) feat(ansible)!: Update kubernetes.core ( 3.0.1 → 6.2.0 ) Oct 8, 2025
@renovate renovate bot force-pushed the renovate/nas-1-kubernetes.core-6.x branch from 0df97c7 to 11bbf60 Compare October 8, 2025 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants